Force/script a mouseevent

I have two objects with click-mouseevents attached to them: objectA and objectB

I would like a click on objectA to force the click event on objectB til execute. (i want this because i need objectB to be the event.target in the listener-function.)

How can this be achieved?