How to filter the products by selecting multiple attribute values in same attribute from layered navigation by adding multi-select feature Magento2

In default Magento, we can’t filter the products by selecting multiple attribute values in same attribute.
For example,

Attribute name: Price

we can filter the products by selecting one of the attribute value from price attribute.

enter image description here
After selecting that attribute value, the price attribute hidden from layered navigation attribute list.
enter image description here

How to overcome it from default Magento?