Step 1: Finding direction vectors of the given lines.
From the symmetric form, the direction vector of the first line is
\[
\vec d_1 = \langle 1,2,3 \rangle
\]
From the vector equation, the direction vector of the second line is
\[
\vec d_2 = \langle -3,2,5 \rangle
\]
Step 2: Finding a direction vector perpendicular to both lines.
The required direction vector is given by the cross product:
\[
\vec d = \vec d_1 \times \vec d_2
\]
\[
= \begin{vmatrix}
\hat i & \hat j & \hat k \\
1 & 2 & 3\\
-3 & 2 & 5
\end{vmatrix}
= \langle 2, -7, 4 \rangle
\]
Step 3: Writing the equation of the required line.
The line passes through $(1,2,3)$ and has direction vector $\langle 2,-7,4 \rangle$.
Step 4: Conclusion.
The required equation of the line is option (D).