Funny problem.
Let $P$ be the product of all prime numbers which divides $m$, but doesn't divide $n$. Therefore, we have $P | m$, and $\gcd(P,n) = 1$.
Set $x = P, y = n$, we have
\[ \gcd(P + n, mn) > 1 \]Since $\gcd(P + n, n) = \gcd(P,n) = 1$, we then have
\[ \gcd(P + n, m) > 1 \]Suppose there exists a prime $p$ dividing $m$ and $P + n$.
Case 01. If $p$ divides $n$ as well, then $p$ doesn't divide $P$ by definition, a contradiction.
Case 02. If $p$ doesn't divide $n$, this means $p | P$ by definition, which is again a contradiction.