Do the basic platformer tutorials, they cover this. On collision with enemy if player y is less than enemy (they are higher up), set vectorY to -700. Or some other number that feels right. You cam also tweak it further by doing things like if the player is pressing UP when they bounce off the enemy they bounce higher, etc...