Okay, I got saw your other thread and did some experimenting.
Solution:
Put the Enemy in an Family (EnemyGroup)
For each Enemy
Enemy is overlapping EnemyGroup
If EnemyGroup.X < Enemy.X then self.platform.vectorX + 100
If EnemyGroup.X > Enemy.X then self.platform.vectorX - 100
Thank you very much for your help