Technically you can't, as a tile is an inanimate sprite. If you wanted to do so, you would need to spawn a sprite on each specific tilemap tile.
For example,
if tilemap tile = 0, spawn sprite1
if tilemap tile = 1, spawn sprite2
etc
and each sprite would be what is animated.