Marshalling is generally about a technology boundary (e.g. going across a network or from one memory type to another as in the case of managed/unmanaged) whereas casting is generally within the same memory technology boundary therefore I think they are definitely different things.
It would be exceptionally confusing if we used the same term for both approaches meaning we would need to define them differently as they have different behaviours.
