Is it possible to draw a tilemap in GUI?

Just create a material and set a tag. In the render script, create the predicate, match the tag and draw after the GUI predicate.

See http://doc.defold.com/doc/rendering for details.