That's not possible, all clicks run simultaneous.
What you need is separate events for when objects are overlapping.
What that order is will determine how you set that up.
If you don't really care what is clicked when they are over lapping, then you can just make a generic event that covers everything.