I would use the Pick Nth instance system condition. It is basically picking by IID.
Keep track of the "current" instance in a variable, and you can increase and decrease that by 1 through input, and pick the proper enemy sprite based on that, from 0 to enemySprite.count.
If you need some other sort of order, you could add an instance variable to the enemy sprite and pick by comparing that for more control.