And what is the problem?
You can create two different objects in one event..
for example:
on left mouse button clicked
create enemy1 at x=100, y=100
create enemy2 at x=100, y=100
You might want to pin them to another sprite and have the movement actions on that sprite first and after a certain amount of time (timer behaviour?) seperate the events for the two different enemies to split them..