set instance variable in enemy. like a bolean jump false
in the event sheet set a event like this
event: enemy is jump
action: simulate platform jump.
now you need to set a condition to change jump to true like
is enemy in collition with spritex
action: set instance variable jump to true.
and he will jump