Make your bullet a 3d object as well as your enemies. When the bullet is created make sure the z elevation will allow the bullet to hit the enemy. Give your enemies a hit count - default 0.
===============================================================================
Bullet on bullet step Enemy set hit count to 1
For each Enemy Destroy Bullet
Enemy hitcount = 0
Bullet is overlapping enemy
===============================================================================
Enemy hitcount = 1 Destroy enemy