If using spine-tk2d, you can move the skeleton GameObject closer to the screen, so it is on top of other GameObjects. This is standard Unity stuff, nothing specific to Spine. If you mean you want to change the draw order of attachments within your skeleton, you can access the DrawOrder
property of the skeleton and sort the slots in the order you like.