Objects pointing at unspecific objects?

I need an object to follow an enemy. Any suggestions on how I do that?
The enemy changes, I need the object to point at the closest enemy, even if there are multiple enemies on the stage. Since the I need the enemies to get spawned randomly, how do I make it so that the object just points at and follows the nearest one?