How to select an entity that ISN'T the executor

I'm trying to create 'wasps' that are block displays with scale (0.1, 0.1 0.1) and I want them to, first of all, go away from any OTHER wasp that is NOT them, that is within 0.1 blocks. The wasps all spawn at the same location, so I can't use something like @e[distance=0.000000000001..0.1,tag=wasp] because they spawn at the same location. I'm aware that I could just use that and make them not spawn at the same location, but it would be better if there's a way to select an entity that strictly is NOT the executor entity, basically an opposite to @s.

Continue to help post