The following outputs two equations side-by-side, with the equation number after each equation:
\begin{minipage}{.5\linewidth}
\begin{equation}
x = y
\end{equation}
\end{minipage}%
\begin{minipage}{.5\linewidth}
\begin{equation}
y = z
\end{equation}
\end{minipage}

I would like to see if it looks better if the two equations stay in the same position, but with the (1) removed and the (2) becoming (1, 2) to reflect the numbers of both equations (in an assumed respective order). Is this possible?
I have searched but have only found questions asking if it is possible to only have one equation number for two equations. I want something similar to this, but displaying both equation numbers and only one set of brackets.

\tag{1,2}. – percusse Mar 2 at 20:54equationcounter. – dplanet Mar 2 at 21:04