Order of resource creation

Yes, if there is no dependency between the two resources Terraform may create them concurrently.

You can see some forms of the graph using the terraform graph command. The default output is somewhat oversimplified, but will show the configured resources and how they interconnect.