yes it's possible.
if the touches come so close together the screen reads it as a single touch, then it might mess up a bit.
you could probably use the drag and drop behavior
something like
on any touch start
item1 and item 2 is in touch >>> enable drag and drop
on any touch end
sprite is in correct position >>> disable drag and drop, give points or whatever
else >>> disable drag and drop, return to original positioning
(just paraphrasing the last bit)
https://www.scirra.com/manual/137/drag-drop