Hi XOPC
How large the lag is? You can't avoid network delay. You can only somehow simulate or predict object movement on other clients to make lag less noticeable.
In any case sending coordinates on each frame is a bad idea. Instead, send coordinates and velocity each few frames and interpolate or extrapolate the position. Or better, send only next position target and let other clients simulate entire path between key points.