Given an SDE for an underlying:
$$dS(t) = \mu(S,t)dt+\sigma(S,t)dW(t)$$
the SDE for the value of the option $V=V(S,t)$ is given via Ito's lemma as:
$$dV = V_tdt+V_S\mu(S,t)dt+\frac{1}{2}V_{SS}\sigma^2(S,t)dt+V_S\sigma(S,t)dW(t)$$
It seems that this would results in an SDE containing $S(t)$.
How does one then obtain an SDE for the option value so that it can be simulated directly without simulating the underlyings, i.e. something like
$$dV(t) = m(V,t)dt+s(V,t)dW(t)?$$