I guess if you use double tap to deselect it would be easier..
tap to select, double tap to deselect..
if two objects are selected create a new sprite with drag and drop on touch start and pin the two objects to it, on touch end destroy the new object.
so, first select (not on touch start but on tap) and on a new touch (touch start) create the object..
Something like that would probably solve the issue..