You could use a boolean to tell whether the specific object should enable collision or not.
is bCollision true -> object.setCollisionEnabled = true
is bCollision false -> object.setCollisionEnabled = false
Question: Why don't you use the regular platform behaviour to make the enemy jump? instead of using invisible platform sprites?
Or did I read you question wrong? It was kinda hard to follow.