Given an $m \times n$ data matrix $X$, the SVD of its covariance matrix $$C = XX^T = ULU^T$$ provides the orthogonal unit vectors that maximize the variance in these directions.
In the case of an $m \times p$ data matrix $X$ and an $n \times p$ data matrix $Y$, how about the SVD of their covariance matrix $$C_{XY} = X Y^T = U S V^T$$? What would be the (geometrical) implications of $U_i$ and $V_i$?
In other word, the eigenvector for the largest singular value (eigenvalue) of $C_{XX}$ corresponds to the direction that has the max variance when projecting $X$ data onto that axis.
Does $U_1$ and $V_1$ have similar properties that make $X$'s and $Y$'s projections have the largest covariance?