I have two normally distributed random variables $X$ and $Y$. Then I know that the sum $X-Y$ is also normally distributed (i).
However, I want to show (preferably by a counter example) that the opposite is not true (ii). If $X-Y$ is normally distributed, this does not mean that $X$ and $Y$ are normally distributed. \begin{align} X\sim N(\mu_x,\Sigma_x)\text{ and }Y\sim N(\mu_y,\Sigma_y) \underbrace{\overbrace{\stackrel{\Rightarrow}{\nLeftarrow}}^{(i)}}_{(ii)}Z=X-Y\sim N(\mu_z,\Sigma_z) \end{align}
Let $W$ (for example) be a random variable which takes on values $0$ and $1$, each with probability $\frac{1}{2}$. let $Z$ be standard normal, and suppose $W$ and $Z$ are independent. Let $X=W+Z$ and let $Y=W$. Then $X-Y$ is normally distributed, but neither $X$ nor $Y$ is normal.
Remark: Note that if $X$ and $Y$ are normal and not independent, then $X-Y$ need not be normal. For example, let $X$ be standard normal, and let $Y=RX$, where $R$ and $X$ are independent, and $R$ takes on values $-1$ and $1$ each with probability $1/2$. Then $X-Y$ is not normal.