How to calculate world space coordinates to screen space coordinates for each eye in VR?

I’m trying to do custom post processing effects for each eye depending on where on screen a certain object is located, but I need to get the screen space coordinates seperately for each eye from a world coordinate. How can I do this?