Can several microcontroller share the same memory chip ?

Is that possible ?

It depends what you mean by "share" and what kind of memory.

Pete

I thinking especially to share same byte value to save storage size.

You will need some sort of handshaking to block one CPU while the other is writing or reading. Otherwise you will get garbage.

This concept is called "bus arbitration" and is used in many dual-port memory chips.