Collision works only if you put the Behavior "Solid" to your TileMap.
After that, all tiles have collision.
I use 2 TileMap for my project.
One for Background with no collision, and one for Tile for collision.
You cant enable or not a collision box of a tile , so tiles with collision into a single TileMap.